home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / drdtips.zip / 1624.TXT < prev    next >
Text File  |  1993-01-07  |  3KB  |  81 lines

  1.                           FYI
  2.  
  3. (Note: The origin of this information may be internal or external
  4. to Novell.  Novell makes every effort within its means to verify
  5. this information.  However, the information provided in this
  6. document is FOR YOUR INFORMATION only.  Novell makes no explicit or
  7. implied claims to the validity of this information.)
  8.  
  9.           TITLE: Crusaders of the Dark Savant or Wizardry #7
  10.    DOCUMENT ID#: FYI-M-1624
  11.            DATE: 25NOV92
  12.         PRODUCT: DR DOS
  13. PRODUCT VERSION: 6.0
  14.      SUPERSEDES:
  15.  
  16.         SYMPTOM: SYSTEM ERROR INSUFFICIENT MEMORY SEE MEMORY NOTE 
  17. #1. <-Error message upon launching Crusaders of     the Dark
  18. Savant/Wizardry #7 from Sir-Tech.           
  19.  
  20. ISSUE/PROBLEM:     
  21. The CONFIG.SYS must have the following two items set in order to
  22. launch the program.  The memory manager EMM386.SYS must have the
  23. /F=NONE switch set and FASTOPEN=0.  In the AUTOEXEC.BAT there can
  24. not be the line MEMMAX -U >NUL nor can you load SUPERPCK.  If any
  25. one of the above mentioned settings are not set as stated you will
  26. get the error message.  
  27.  
  28. Also this solution will not work on a 286 (or below) based platform
  29. or any machine in which the memory manager HIDOS.SYS is loaded.
  30.  
  31. SOLUTION:         
  32. You can make a bootable disk by simply formatting a disk in the A:
  33. drive with the /S option, then adding the following CONFIG.SYS and
  34. AUTOEXEC.BAT files to the bootable disk.                          
  35.          
  36. AUTOEXEC.BAT 
  37. @ECHO OFF
  38. PATH C:\DRDOS;C:\DSAVANT (you need to make sure that the path is
  39.                           correct for your machine)
  40. VERIFY OFF
  41. PROMPT [DR DOS 6.0] $p$g
  42. :DRDOSEND
  43.  
  44. CONFIG.SYS                                                       
  45.  
  46. DEVICE=C:\DRDOS\EMM386.SYS /F=NONE /K=AUTO /B=FFFF /R=AUTO
  47. ?DEVICE=C:\SSTORDRV.SYS (you only need to use this if your
  48.                          drive is compressed)
  49. ?DEVICE=C:\DEVSWAP.COM (you only need to use this if your drive
  50.                         is compressed)
  51. SHELL=C:\COMMAND.COM C:\ /P /E:512
  52. BREAK=ON
  53.  
  54. HIBUFFERS=30
  55. FILES=120
  56. FCBS=4,4
  57. FASTOPEN=0
  58. LASTDRIVE=M
  59. HISTORY=ON, 256, OFF, OFF, OFF
  60. COUNTRY=001,,C:\DRDOS\COUNTRY.SYS
  61. HIDOS=ON
  62.  
  63. It is possible to use the CHAIN command in CONFIG.SYS to run an
  64. alternate CONFIG file. This alternate CONFIG file may also need to
  65. have a shell statement to run an alternate AUTOEXEC.BAT (refer to
  66. FYI-M-1113).
  67.  
  68. If you are not familiar with the above processes, it is recommended
  69. that you do not change your CONFIG.SYS or your AUTOEXEC.BAT to
  70. reflect this configuration on your hard drive.  We recommend that
  71. you simply make a bootable disk and use it when you play Crusaders
  72. of the Dark Savant/Wizardry #7.  You make a bootable disk by
  73. placing a disk in the A: drive and from the prompt type SYS A:. 
  74. This will make a bootable disk then you need to create the
  75. AUTOEXEC.BAT and CONFIG.SYS as they are above.
  76.  
  77. This particular configuration of Crusaders uses no Expanded or EMS
  78. memory. Technically, Crusaders should run with EMS but it is not
  79. compatible with DR DOS 6.0 EMM386.SYS EMS memory.
  80.                    
  81.